From 761194dad7e532cabc627c35a38b80af015797b8 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 20 Sep 2017 17:34:43 +0100 Subject: [PATCH] Overlay: Document style classes added per position --- gtk/gtkoverlay.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c index a097a0f595..355ad9f0fc 100644 --- a/gtk/gtkoverlay.c +++ b/gtk/gtkoverlay.c @@ -53,6 +53,12 @@ * The GtkOverlay implementation of the GtkBuildable interface * supports placing a child as an overlay by specifying “overlay” as * the “type” attribute of a `` element. + * + * # CSS nodes + * + * GtkOverlay has a single CSS node with the name “overlay”. Overlay children + * whose alignments cause them to be positioned at an edge get the style classes + * “.left”, “.right”, “.top”, and/or “.bottom” according to their position. */ struct _GtkOverlayPrivate -- 2.30.2